悟空视频

    在线播放云盘网盘BT下载影视图书

    Hands-On Reactive Programming in Spring 5 - 图书

    2018计算机·计算机综合
    导演:Oleh Dokuka Igor Lozynskyi
    These days, businesses need a new type of system that can remain responsive at all times. This is achievable with reactive programming; however, the development of these kinds of systems is a complex task, requiring a deep understanding of the domain. In order to develop highly responsive systems, the developers of the Spring Framework came up with Project Reactor.Hands-On Reactive Programming in Spring 5 begins with the fundamentals of Spring Reactive programming. You’ll explore the endless possibilities of building efficient reactive systems with the Spring 5 Framework along with other tools such as WebFlux and Spring Boot. Further on, you’ll study reactive programming techniques and apply them to databases and cross-server communication. You will advance your skills in scaling up Spring Cloud Streams and run independent, high-performant reactive microservices.By the end of the book, you will be able to put your skills to use and get on board with the reactive revolution in Spring 5.1!
    Hands-On Reactive Programming in Spring 5
    图书

    Hands-On Reactive Programming in Spring 5 - 图书

    2018计算机·计算机综合
    导演:Oleh Dokuka Igor Lozynskyi
    These days, businesses need a new type of system that can remain responsive at all times. This is achievable with reactive programming; however, the development of these kinds of systems is a complex task, requiring a deep understanding of the domain. In order to develop highly responsive systems, the developers of the Spring Framework came up with Project Reactor.Hands-On Reactive Programming in Spring 5 begins with the fundamentals of Spring Reactive programming. You’ll explore the endless possibilities of building efficient reactive systems with the Spring 5 Framework along with other tools such as WebFlux and Spring Boot. Further on, you’ll study reactive programming techniques and apply them to databases and cross-server communication. You will advance your skills in scaling up Spring Cloud Streams and run independent, high-performant reactive microservices.By the end of the book, you will be able to put your skills to use and get on board with the reactive revolution in Spring 5.1!
    Hands-On Reactive Programming in Spring 5
    图书

    Hands-On Reactive Programming with Python - 图书

    2018计算机·计算机综合
    导演:Romain Picard
    Reactive programming is central to many concurrent systems, but it’s famous for its steep learning curve, which makes most developers feel like they're hitting a wall. With this book, you will get to grips with reactive programming by steadily exploring various conceptsThis hands-on guide gets you started with Reactive Programming (RP) in Python. You will learn abouta the principles and benefits of using RP, which can be leveraged to build powerful concurrent applications. As you progress through the chapters, you will be introduced to the paradigm of Functional and Reactive Programming (FaRP), observables and observers, and concurrency and parallelism. The book will then take you through the implementation of an audio transcoding server and introduce you to a library that helps in the writing of FaRP code. You will understand how to use third-party services and dynamically reconfigure an application.By the end of the book, you will also have learned how to deploy and scale your applications with Docker and Traefik and explore the significant potential behind the reactive streams concept, and you'll have got to grips with a comprehensive set of best practices.
    Hands-On Reactive Programming with Python
    搜索《Hands-On Reactive Programming with Python》
    图书

    Hands-On Reactive Programming with Reactor - 图书

    2018科学技术·工业技术
    导演:Rahul Sharma
    Reactor is an implementation of the Java 9 Reactive Streams specification, an API for asynchronous data processing. This specification is based on a reactive programming paradigm, enabling developers to build enterprise-grade, robust applications with reduced complexity and in less time. Hands-On Reactive Programming with Reactor shows you how Reactor works, as well as how to use it to develop reactive applications in Java.The book begins with the fundamentals of Reactor and the role it plays in building effective applications. You will learn how to build fully non-blocking applications and will later be guided by the Publisher and Subscriber APIs. You will gain an understanding how to use two reactive composable APIs, Flux and Mono, which are used extensively to implement Reactive Extensions. All of these components are combined using various operations to build a complete solution. In addition to this, you will get to grips with the Flow API and understand backpressure in order to control overruns. You will also study the use of Spring WebFlux, an extension of the Reactor framework for building microservices.By the end of the book, you will have gained enough confidence to build reactive and scalable microservices.
    Hands-On Reactive Programming with Reactor
    搜索《Hands-On Reactive Programming with Reactor》
    图书

    Reactive Programming in Kotlin - 图书

    2017计算机·数据库
    导演:Rivu Chakraborty
    This book is for Kotlin developers who would like to build fault-tolerant, scalable, and distributed systems. A basic knowledge of Kotlin is required, but no prior knowledge of reactive programming.
    Reactive Programming in Kotlin
    搜索《Reactive Programming in Kotlin》
    图书

    Reactive Programming in Kotlin - 图书

    2017计算机·数据库
    导演:Rivu Chakraborty
    This book is for Kotlin developers who would like to build fault-tolerant, scalable, and distributed systems. A basic knowledge of Kotlin is required, but no prior knowledge of reactive programming.
    Reactive Programming in Kotlin
    搜索《Reactive Programming in Kotlin》
    图书

    Hands-On High Performance with Spring 5 - 图书

    2018计算机·数据库
    导演:Chintan Mehta Subhash Shah Pritesh Shah Prashant Goswami Dinesh Radadiya
    If you’re a Spring developer who’d like to build high performance applications and have more control over your application's performance in production and development, this book is for you. Some familiarity with Java, Maven, and Eclipse is necessary.
    Hands-On High Performance with Spring 5
    搜索《Hands-On High Performance with Spring 5》
    图书

    Hands-On High Performance with Spring 5 - 图书

    2018计算机·数据库
    导演:Chintan Mehta Subhash Shah Pritesh Shah Prashant Goswami Dinesh Radadiya
    If you’re a Spring developer who’d like to build high performance applications and have more control over your application's performance in production and development, this book is for you. Some familiarity with Java, Maven, and Eclipse is necessary.
    Hands-On High Performance with Spring 5
    搜索《Hands-On High Performance with Spring 5》
    图书

    Hands-On Functional Programming in Rust - 图书

    2018计算机·编程设计
    导演:Andrew Johnson
    This book is for Rust developers who are comfortable with the language and now want to improve their coding abilities by learning advanced functional techniques to enhance their skillset and create robust and testable apps.
    Hands-On Functional Programming in Rust
    搜索《Hands-On Functional Programming in Rust》
    图书

    Hands-On High Performance Programming with Qt 5 - 图书

    2019医学健康·医学
    导演:Marek Krajewski
    Achieving efficient code through performance tuning is one of the key challenges faced by many programmers. This book looks at Qt programming from a performance perspective. You'll explore the performance problems encountered when using the Qt framework and means and ways to resolve them and optimize performance.The book highlights performance improvements and new features released in Qt 5.9, Qt 5.11, and 5.12 (LTE). You'll master general computer performance best practices and tools, which can help you identify the reasons behind low performance, and the most common performance pitfalls experienced when using the Qt framework. In the following chapters, you’ll explore multithreading and asynchronous programming with C++ and Qt and learn the importance and efficient use of data structures. You'll also get the opportunity to work through techniques such as memory management and design guidelines, which are essential to improve application performance. Comprehensive sections that cover all these concepts will prepare you for gaining hands-on experience of some of Qt's most exciting application fields - the mobile and embedded development domains.By the end of this book, you'll be ready to build Qt applications that are more efficient, concurrent, and performance-oriented in nature.
    Hands-On High Performance Programming with Qt 5
    搜索《Hands-On High Performance Programming with Qt 5》
    图书
    加载中...